home *** CD-ROM | disk | FTP | other *** search
/ Zoo Guides: Life in the Desert / Zoo Guides - Life in the Desert.iso / pc / lfnthdsr / chapters / shared.dir / 00337_Script_337 < prev    next >
Text File  |  1995-05-08  |  2KB  |  127 lines

  1. --
  2. on gothere1
  3.   
  4.   if the frame > 20 then
  5.     if the frame < 60 then
  6.       put the castnum of sprite 15 into hh
  7.       set the controller of cast hh to 0
  8.       
  9.       if the frame < 40 then
  10.         go the frame - 22
  11.       else
  12.         go the frame - 40
  13.       end if
  14.       
  15.     else
  16.       go the frame - 59
  17.     end if
  18.   end if
  19.   
  20.   
  21.     put the mouseh into h1
  22.   put the mousev into v1
  23.   
  24.   puppetsprite 18, true
  25.   
  26.   
  27.   if h1 > 577 THEN
  28.     
  29.     IF v1 > 333 then
  30.       set the castnum of sprite 18 to 399
  31.       updatestage
  32.       go movie "Plants.dir" 
  33.       
  34.       puppetsprite 18, true
  35.       set the castnum of sprite 18 to 431
  36.       
  37.       puppetsprite 18, false
  38.       updatestage
  39.       exit
  40.     END IF
  41.     
  42.     IF v1 > 281 THEN
  43.       set the castnum of sprite 18 to 398
  44.       updatestage
  45.       go movie "Mammals.dir"
  46.       
  47.       puppetsprite 18, true
  48.       
  49.       set the castnum of sprite 18 to 430
  50.       
  51.       puppetsprite 18, false
  52.       updatestage
  53.       
  54.       exit
  55.     END IF
  56.     
  57.     IF v1 > 231 THEN  
  58.       set the castnum of sprite 18 to 397
  59.       updatestage
  60.       go movie "Birds.dir"
  61.       
  62.       puppetsprite 18, true
  63.       
  64.       set the castnum of sprite 18 to 429
  65.       
  66.       puppetsprite 18, false
  67.       updatestage
  68.       
  69.       exit
  70.     END IF
  71.     
  72.     IF v1 > 180 THEN
  73.       set the castnum of sprite 18 to 396
  74.       updatestage
  75.       go movie "Reptiles.dir"
  76.       
  77.       puppetsprite 18, true
  78.       
  79.       set the castnum of sprite 18 to 428
  80.       
  81.       puppetsprite 18, false
  82.       updatestage
  83.       
  84.       exit
  85.     END IF
  86.     
  87.     
  88.     IF v1 > 130 THEN
  89.       set the castnum of sprite 18 to 395
  90.       updatestage
  91.       go movie "Fish.dir"
  92.       
  93.       puppetsprite 18, true
  94.       
  95.       set the castnum of sprite 18 to 427
  96.       
  97.       puppetsprite 18, false
  98.       updatestage
  99.       
  100.       exit
  101.     END IF
  102.     
  103.     IF v1 > 77 THEN
  104.       set the castnum of sprite 18 to 394
  105.       updatestage
  106.       go movie "Lower.dir"
  107.       
  108.       puppetsprite 18, true
  109.       
  110.       set the castnum of sprite 18 to 426
  111.       
  112.       puppetsprite 18, false
  113.       updatestage
  114.       
  115.       exit
  116.     END IF
  117.     
  118.     
  119.     
  120.     
  121.     
  122.   END IF
  123. END IF
  124. END IF
  125.  
  126.  
  127.